'Declaration Public Sub LoadFromUrl( _ ByVal dataPath As String, _ ByVal imageConverterService As IImageConverterService, _ ByVal downloadError As UrlErrorEventHandler _ )
public void LoadFromUrl( string dataPath, IImageConverterService imageConverterService, UrlErrorEventHandler downloadError )
Parameters
- dataPath
- The data path.
- imageConverterService
- The image converter service.
- downloadError
- The Error event handler.